home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DATABASE / MRO / MROPROJ2.DPR < prev    next >
Text File  |  1996-05-05  |  168b  |  13 lines

  1. program Mroproj2;
  2.  
  3. uses
  4.   Forms,
  5.   Mrounit2 in 'MROUNIT2.PAS' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TForm1, Form1);
  11.   Application.Run;
  12. end.
  13.